Chrome Reactive Kotlin
/
pl.wendigo.chrome.protocol.websocket
/
RequestError
Request
Error
data class
RequestError
(code:
Long
, message:
String
, data:
String
?)
Content copied to clipboard
Represents protocol error.
Constructors
Properties
Sources
Constructors
RequestError
Link copied to clipboard
fun
RequestError
(code:
Long
, message:
String
, data:
String
? = null)
Content copied to clipboard
On this page
On this page
Properties
code
Link copied to clipboard
val
code
:
Long
Content copied to clipboard
Error code.
data
Link copied to clipboard
val
data
:
String
? = null
Content copied to clipboard
Associated error data.
message
Link copied to clipboard
val
message
:
String
Content copied to clipboard
Error message.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page